home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / programming tools / freeman installer / execwait.h_ / execwait
Text File  |  1995-09-17  |  125b  |  5 lines

  1. #define __EXECWAIT_H
  2.  
  3. int execasyn(char cmdl[], WORD showcmd);
  4. int execwait(char cmdl[], WORD showcmd, DWORD *exitcode);
  5.